* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: Arial;
}
p {
  word-break: break-all;
}
.overflow1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.text-primary {
  color: #14997e;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.fz16 {
  font-size: 16px;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.wrap {
  min-width: 1200px;
  margin: 0 auto;
  width: 75%;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.header {
  position: relative;
  box-sizing: border-box;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 4px 43px 0px rgba(236, 236, 236, 0.35);
}
.com-tit p:nth-child(1) .line {
  display: inline-block;
  width: 23px;
  height: 1px;
  background: #bf1313;
}
.com-tit p:nth-child(1) .tit {
  font-size: 20px;
  margin-left: 7px;
  color: #bf1313;
}
.com-tit p:nth-child(1) {
  display: none;
}
.com-tit p:nth-child(2) {
  font-size: 38px;
  color: #1a1a1a;
  margin-top: 10px;
  font-weight: 700;
}
.top-head,
.index-head {
  width: 100%;
  position: fixed;
  z-index: 100000;
  height: 103px;
  line-height: 103px;
  background: #fff;
  box-shadow: 0px 19px 79px 0px rgba(223, 223, 223, 0.31);
}
.top-head .right-img,
.index-head .right-img {
  position: absolute;
  right: 0;
  top: 0;
}
.top-head .logo .img1,
.index-head .logo .img1 {
  display: none;
}
.top-head .logo .img2,
.index-head .logo .img2 {
  display: block;
}
.top-head .wrap,
.index-head .wrap {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.top-head .nav,
.index-head .nav {
  display: flex;
  height: 97px;
  align-items: center;
  width: 70%;
}
.top-head .nav .navBar,
.index-head .nav .navBar {
  display: flex;
}
.top-head .nav .search,
.index-head .nav .search {
  color: #fff;
  font-size: 24px;
  margin-left: 20px;
}
.top-head .nav li,
.index-head .nav li {
  height: 104px;
  position: relative;
  margin: 0 2.6vw;
}
.top-head .nav li:nth-last-child(1),
.index-head .nav li:nth-last-child(1) {
  margin-right: 0;
}
.top-head .nav li.on > .tit,
.index-head .nav li.on > .tit {
  height: 99%;
  border-bottom: 5px solid #bf1313;
  padding-bottom: 39px;
  font-weight: 700;
}
.top-head .nav li:hover .tit,
.index-head .nav li:hover .tit {
  height: 99%;
  border-bottom: 5px solid #bf1313;
  padding-bottom: 39px;
  font-weight: 700;
}
.top-head .nav li:hover .sub,
.index-head .nav li:hover .sub {
  display: block;
}
.top-head .nav .tit,
.index-head .nav .tit {
  font-size: 22px;
  font-size: 16px;
  color: #333;
  position: relative;
  z-index: 2;
}
.top-head .nav .sub,
.index-head .nav .sub {
  position: absolute;
  left: 50%;
  width: 191px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000;
  display: none;
  transform: translateX(-50%);
  padding-top: 12px;
  top: 103px;
}
.top-head .nav .sub::before,
.index-head .nav .sub::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 8px 11px 8px;
  border-color: red transparent #fff transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1px;
}
.index-head .wel a {
  color: #fff !important;
}

.top-head .nav .sub a,
.index-head .nav .sub a {
  background: #fff;
  display: block;
  width: 100%;
  height: 53px;
  line-height: 53px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #f3f5f8;
}
.top-head .nav .sub a:nth-last-child(1),
.index-head .nav .sub a:nth-last-child(1) {
  border-bottom: none;
}
.top-head .nav .sub a:hover,
.index-head .nav .sub a:hover {
  font-weight: 700;
  border-left: 2px solid #bf1313;
}
.index-head {
  position: fixed;
  background: none;
  border-bottom: 1px solid #ffffff1a;
  box-shadow: 0px 0px 0px 0px rgba(223, 223, 223, 0.31);
}
.index-head .logo .img1 {
  display: block;
}
.index-head .logo .img2 {
  display: none;
}
.index-head .nav {
  display: flex;
  height: 97px;
  align-items: center;
}
.index-head .nav .navbar {
  display: flex;
}
.index-head .nav .search {
  color: #fff;
  font-size: 24px;
  margin-left: 20px;
}
.index-head .nav li {
  position: relative;
}
.index-head .nav li.on .tit {
  font-weight: 700;
  height: 99%;
  border-bottom: 5px solid #be1313;
  padding-bottom: 0;
}
.index-head .nav li:hover {
  font-weight: 400;
  border: none;
}
.index-head .nav li:hover .tit {
  height: 99%;
  border-bottom: 5px solid #bf1313;
  padding-bottom: 0;
  font-weight: 700;
}
.index-head .nav li:hover .sub {
  top: 108px !important;
}
.index-head .nav .tit {
  color: #ffffff;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service {
  height: 340px;
  background: #262626 url('../images/service_02.png') top left no-repeat;
  padding-top: 55px;
  box-sizing: border-box;
}
.service .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.service .top .text {
  width: 736px;
  word-break: break-all;
}
.service .top .text p:nth-child(1) {
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
  line-height: 56px;
}
.service .top .text p:nth-child(2) {
  width: 848px;
  font-size: 16px;
  color: #ffffff;
  line-height: 27px;
}
.service .top .btn-list {
  display: flex;
}
.service .top .btn-list > div {
  width: 45px;
  height: 45px;
  border: 1px solid #6f6f6f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service .top .btn-list > div:hover {
  background: #bf1313;
  border: none;
}
.service .top .btn-list > div:hover span {
  color: #fff;
  border: none;
}
.service .top .btn-list > div.prev {
  transform: rotate(180deg);
}
.service .top .btn-list > div:nth-child(1) {
  margin-right: 15px;
}
.service .top .btn-list span {
  color: #6f6f6f;
  font-size: 28px;
  position: relative;
  left: -8px;
}
.service .bd {
  margin-top: 46px;
  width: 100%;
  overflow: hidden;
}
.service .bd ul {
  display: flex;
}
.service .bd ul li {
  width: 349px;
  height: 280px;
  background: #bf1313;
  padding: 30px 25px;
  margin-right: 15px;
  box-sizing: border-box;
  position: relative;
}
.service .bd ul li::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 50px 50px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-color: #f4f4f4 transparent #f4f4f4 transparent;
}
.service .bd ul li:hover {
  background: #ffffff;
}
.service .bd ul li:hover .img1 {
  display: none;
}
.service .bd ul li:hover .img2 {
  display: block !important;
}
.service .bd ul li:hover span {
  color: #000000 !important;
}
.service .bd ul li:hover span:nth-child(1) {
  background: #000000 !important;
}
.service .bd ul li:hover .texts {
  color: #000000 !important;
}
.service .bd ul li .li-top span:nth-child(1) {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: #ffffff;
  margin-right: 10px;
}
.service .bd ul li .li-top span:nth-child(2) {
  height: 15px;
  font-size: 18px;
  color: #ffffff;
}
.service .bd ul li .li-bottom {
  margin-top: 70px;
}
.service .bd ul li .li-bottom .icon img {
  width: auto;
  height: 45px;
}
.service .bd ul li .li-bottom .img2 {
  display: none;
}
.service .bd ul li .li-bottom .texts {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 20px;
  word-break: break-all;
}
.about {
  padding-top: 325px;
  background: #f4f4f4;
  padding-bottom: 56px;
}
.about .wrap {
  display: flex;
  justify-content: space-between;
}
.about .left {
  width: 46.5%;
}
.about .left p:nth-child(1) .line {
  display: inline-block;
  width: 23px;
  height: 1px;
  background: #bf1313;
}
.about .left p:nth-child(1) .tit {
  font-size: 20px;
  margin-left: 7px;
  color: #bf1313;
}
.about .left p:nth-child(2) {
  font-size: 38px;
  color: #1a1a1a;
  margin-top: 10px;
  font-weight: 700;
}
.about .left p:nth-child(3) {
  font-size: 16px;
  color: #6d6d6d;
  line-height: 38px;
  margin-top: 20px;
  word-break: break-all;
}
.about .left p:nth-child(4) {
  width: 177px;
  height: 53px;
  font-size: 14px;
  padding: 0 15px;
  box-sizing: border-box;
  color: #fff;
  background: #bf1313;
  margin-top: 90px;
  font-weight: bold;
}
.about .left p:nth-child(4) a {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.about .left p:nth-child(4) a .iconfont {
  font-size: 25px;
  font-weight: 400;
}
.about .right {
  width: calc(53.4% - 96px);
  position: relative;
}
.about .right .video {
  position: absolute;
  width: calc(100% - 13px);
  bottom: 44px;
  z-index: 100;
  right: 44px;
  height: 423px;
}
.about .right .video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.about .right .right-k {
  width: calc(100% - 50px);
  margin-left: 60px;
  height: 104px;
  background: #bf1313;
  position: absolute;
  bottom: 0;
  right: 0;
}
.about .right .right-k::before {
  content: '';
  width: 99.6%;
  height: 408px;
  border: 1px solid #c9cacc;
  position: absolute;
  top: -408px;
  border-bottom: none;
}
.product {
  margin-top: 60px;
}
.product .wrap-product-swiper {
  padding-right: 20px;
  overflow: hidden;
  width: 100%;
}
.product .product-swiper {
  padding-bottom: 60px;
  width: 100%;
}
.product .product-swiper .contro {
  height: 48px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  position: relative;
  left: -20px;
}
.product .product-swiper .contro .prev,
.product .product-swiper .contro .next {
  width: 48px;
  height: 48px;
  background: #ffffff;
  box-shadow: 6px 4px 18px 0px #ebebeb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  margin: 0 10px;
}
.product .product-swiper .contro .prev:hover,
.product .product-swiper .contro .next:hover {
  background: #be1313;
}
.product .product-swiper .contro .prev:hover span,
.product .product-swiper .contro .next:hover span {
  color: #fff;
}
.product .product-swiper .contro .prev span,
.product .product-swiper .contro .next span {
  color: #be1313;
  font-size: 22px;
}
.product .product-swiper .contro .swiper-pagination-progressbar {
  width: calc(100% - 164px);
  height: 1px;
  background: #ededed;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.product
  .product-swiper
  .contro
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  height: 3px;
  background: #bf1313;
  top: -1px;
}
.product .product-swiper .contro .next {
  left: auto;
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
.product .product-swiper .bd {
  width: 100%;
}
.product .product-swiper .picList {
  padding-bottom: 45px !important;
}

.product .product-swiper .picList ul {
  display: flex;
  flex-wrap: wrap;
}
.product .product-swiper .picList li {
  background: #fff;
  width: calc(25% - 30px);
  margin-right: 29px;
  margin-top: 30px;
}
.product .product-swiper .picList li:hover .text {
  background: #be1313;
  color: #fff;
}
.product .product-swiper .picList li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.product .product-swiper .picList li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.product .product-swiper .picList li .img-wrap .img::before {
  content: '';
  display: block;
  padding-bottom: 60%;
}
.product .product-swiper .picList li .text {
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  color: #333333;
  background: #ffffff;
  padding: 0 20px;
  box-shadow: 7px 11px 18px 0px #ebebeb;
}
.product .product-swiper .picList li .text span {
  position: absolute;
  width: 55px;
  height: 55px;
  background: #bf1313;
  border: 2px solid #ffffff;
  border-radius: 50%;
  font-size: 20px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 40px;
  right: 14px;
}
.case {
  background: #262626;
  padding: 45px 0;
}
.case ul {
  display: flex;
  flex-wrap: wrap;
}
.case li {
  background: #fff;
  width: calc(25% - 26px);
  margin-right: 29px;
}
.case li:hover .text {
  background: #be1313;
  color: #fff;
}
.case li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.case .img-wrap {
  width: 100%;
  overflow: hidden;
}
.case li .img-wrap .img::before {
  content: '';
  display: block;
  padding-bottom: 60%;
}
.case li .text {
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  color: #333333;
  background: #ffffff;
  padding: 0 20px;
}
.case li .text span {
  position: absolute;
  width: 55px;
  height: 55px;
  background: #bf1313;
  border: 2px solid #ffffff;
  border-radius: 50%;
  font-size: 20px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 40px;
  right: 14px;
}

.case .com-tit p {
  color: #fff;
}
.case .com-tit p .line {
  background: #fff;
}
.case .com-tit p .tit {
  color: #fff;
}
.case .list .top {
  margin-top: 45px;
}
.case .list .top ul {
  display: flex;
}
.case .list .top ul li {
  width: calc(33% - 26px);
  box-sizing: border-box;
  margin-right: 20px;
}
/* .case .list .top ul li:hover a {
  background: #be1313;
  color: #fff;
}
.case .list .top ul li:hover a::after {
  border-color: transparent transparent #be1313;
}
.case .list .top ul li:hover a .more {
  display: none;
}
.case .list .top ul li::after {
  content: '';
  display: block;
  padding-bottom: 38%;
}
.case .list .top ul li:nth-child(3) {
  margin-right: 0;
}
.case .list .top ul li a {
  width: 235px;
  height: 94px;
  display: block;
  background: #fff;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  word-break: break-all;
}
.case .list .top ul li a::after {
  content: '';
  position: absolute;
  width: 72px;
  height: 0;
  border-width: 0px 22px 22px 0px;
  border-style: none solid solid;
  border-color: transparent transparent #fff;
  z-index: 100;
  transform: rotate(90deg);
  right: -58px;
  top: 36.2px;
}
.case .list .top ul li a .more {
  width: 37px;
  height: 37px;
  background: #bf1313;
  color: #fff;
  position: absolute;
  left: 24px;
  bottom: -18.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.case .list .bottom {
  margin-top: 20px;
}
.case .list .bottom ul {
  display: flex;
}
.case .list .bottom ul li {
  width: calc(50% - 12px);
  padding: 42px 38px;
  box-sizing: border-box;
  margin-right: 25px;
}
.case .list .bottom ul li:hover a {
  background: #be1313;
  color: #fff;
}
.case .list .bottom ul li:hover a::after {
  border-color: transparent transparent #be1313;
}
.case .list .bottom ul li:hover a .more {
  display: none;
}
.case .list .bottom ul li::after {
  content: '';
  display: block;
  padding-bottom: 50%;
}
.case .list .bottom ul li:nth-child(2) {
  margin-right: 0;
}
.case .list .bottom ul li a {
  width: 235px;
  height: 94px;
  display: block;
  background: #fff;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  display: flex;
  align-items: center;
}
.case .list .bottom ul li a::after {
  content: '';
  position: absolute;
  width: 72px;
  height: 0;
  border-width: 0px 22px 22px 0px;
  border-style: none solid solid;
  border-color: transparent transparent #fff;
  z-index: 100;
  transform: rotate(90deg);
  right: -58px;
  top: 36.2px;
}
.case .list .bottom ul li a .more {
  width: 37px;
  height: 37px;
  background: #bf1313;
  color: #fff;
  position: absolute;
  left: 24px;
  bottom: -18.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
} */
.new {
  margin-top: 60px;
}
.new .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.new .top .com-tit {
  width: 80%;
}
.new .top .more {
  width: 177px;
  height: 53px;
  background: #bf1313;
}
.new .top .more a {
  color: #fff;
  font-size: 14px;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.new .top .more a .iconfont {
  font-size: 18px;
}
.new .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.new .list .left {
  width: 69%;
}
.new .list ul li {
  border-bottom: 1px solid #ededed;
}
.new .list ul li:hover .text p:nth-child(2) {
  font-weight: bold;
  color: #bf1313;
}
.new .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new .list ul li a {
  display: flex;
  padding: 35px 0;
}
.new .list ul li .img-wrap {
  width: 34%;
  overflow: hidden;
}
.new .list ul li .img-wrap .img {
  width: 100%;
  height: 228px;
}
.new .list ul li .text {
  width: calc(66% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 40px;
}
.new .list ul li .text p:nth-child(1) {
  font-size: 14px;
  color: #adadad;
  word-break: break-all;
}
.new .list ul li .text p:nth-child(2) {
  font-size: 20px;
  color: #151515;
  margin-top: 15px;
  word-break: break-all;
}
.new .list ul li .text p:nth-child(3) {
  font-size: 16px;
  color: #828282;
  line-height: 24px;
  margin-top: 15px;
}
.new .list ul li .text p:nth-child(4) {
  font-size: 14px;
  color: #bf1313;
  margin-top: 40px;
  display: flex;
}
.new .list ul li .text p:nth-child(4) .iconfont {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
}
.new .right {
  width: calc(31% - 60px);
  margin-top: 45px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ededed;
}
.new .right:hover .text p:nth-child(2) {
  font-weight: bold;
  color: #bf1313;
}
.new .right:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.new .right .img-wrap {
  overflow: hidden;
}
.new .right .img-wrap .img {
  width: 100%;
  height: 259px;
}
.new .right .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.new .right .text p:nth-child(1) {
  font-size: 14px;
  color: #adadad;
  margin-top: 20px;
}
.new .right .text p:nth-child(2) {
  font-size: 20px;
  color: #151515;
  margin-top: 10px;
  line-height: 34px;
}
.new .right .text p:nth-child(3) {
  font-size: 16px;
  color: #828282;
  line-height: 24px;
  margin-top: 15px;
}
.new .right .text p:nth-child(4) {
  font-size: 14px;
  color: #bf1313;
  margin-top: 33px;
  font-weight: 500;
  display: flex;
}
.new .right .text p:nth-child(4) .iconfont {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
}
.partner {
  margin-top: 75px;
}
.partner .list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.partner .list .swiper-wrapper {
  width: calc(100% - 182px);
  padding-bottom: 80px;
}
.partner .list ul ul {
  display: flex;
  flex-wrap: wrap;
}
.partner .list ul ul li {
  width: calc(25% - 71px);
  height: 114px;
  background: #ffffff;
  margin-left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 19px 79px 0px rgba(223, 223, 223, 0.31);
  margin-bottom: 20px;
  overflow: hidden;
}
.partner .list ul ul li:nth-child(4n + 1) {
  margin-left: 0;
}
.partner .list ul ul li:hover {
  position: relative;
  top: -5px;
}
.partner .list ul ul li img {
  max-width: 80%;
  max-height: 80%;
}
.partner .right {
  width: 181px;
  height: 248px;
  background: #f7f7f7;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 100000;
}
.partner .right .swiper-pagination {
  position: absolute;
  width: 100%;
  top: 30px;
  height: 30px;
}
.partner .right .swiper-pagination .swiper-pagination-current {
  font-weight: 700;
  color: #bf1313;
}
.partner .right .swiper-pagination .nums {
  font-weight: 700;
  color: #bf1313;
}
.partner .right .btn-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-top: 65px;
}
.partner .right .btn-list > div {
  width: 44px;
  height: 44px;
  border: 1px solid #6f6f6f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
.partner .right .btn-list > div:hover {
  background: #bf1313;
  border: none;
}
.partner .right .btn-list > div:hover span {
  color: #fff;
  border: none;
}
.partner .right .btn-list > div.prevs {
  transform: rotate(180deg);
}
.partner .right .btn-list span {
  color: #6f6f6f;
  font-size: 28px;
  position: relative;
  left: -8px;
}
.inner-search {
  margin-bottom: 88px;
}
.inner-search .btn {
  display: flex;
  width: 515px;
  position: relative;
  margin-top: 59px;
}
.inner-search .btn input {
  width: 515px;
  height: 41px;
  opacity: 1;
  border: 2px solid #004ec2;
  border-radius: 22px;
  padding: 0 20px;
  box-sizing: border-box;
  outline: none;
}
.inner-search .btn button {
  width: 89px;
  height: 39px;
  opacity: 1;
  background: #004ec2;
  border-radius: 20px;
  border: none;
  color: #fff;
  position: absolute;
  right: 0;
}
.footer {
  background: #333333;
  box-sizing: border-box;
  padding-bottom: 35px;
  position: relative;
  margin-top: 8px;
}
.footer::before {
  content: '';
  display: block;
  width: 50%;
  height: 8px;
  background: #bf1313;
  position: absolute;
  left: 0;
  top: -8px;
}
.footer::after {
  content: '';
  display: block;
  width: 50%;
  height: 8px;
  background: #808080;
  position: absolute;
  right: 0;
  top: -8px;
}
.footer .wrap {
  position: relative;
}
.footer .wrap .top {
  display: flex;
  justify-content: space-between;
  height: 150px;
  align-items: center;
  border-bottom: 1px solid #494949;
}
.footer .wrap .link {
  width: 275px;
  height: 46px;
  line-height: 46px;
  background: rgba(255, 255, 255, 0.13);
  font-size: 16px;
  color: #ffffff;
  position: relative;
  padding: 0 12px;
  box-sizing: border-box;
}
.footer .wrap .link ul {
  background: #ffffff28;
  position: absolute;
  width: 275px;
  display: none;
  left: 0;
  max-height: 200px;
  overflow-y: scroll;
  z-index: 100;
}
.footer .wrap .link ul li {
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  padding: 0 13px;
  color: #333;
  background: #fff;
  box-sizing: border-box;
}
.footer .wrap .link ul li a {
  color: #333;
}
.footer .wrap .link ul li:hover {
  background: #be1313;
  color: #fff;
}
.footer .wrap .link ul li:hover a {
  color: #fff;
}
.footer .wrap .link .iconfont {
  float: right;
  font-size: 22px;
}
.footer .wrap .bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
.footer .wrap .bottom .footer-nav {
  width: 50%;
  margin-top: 5px;
}
.footer .wrap .bottom .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .wrap .bottom .footer-nav ul li {
  margin-right: 50px;
  font-size: 16px;
  margin-bottom: 6px;
}
.footer .wrap .bottom .footer-nav ul li a {
  color: #f6fbf7;
}
.footer .wrap .bottom .contact p {
  font-size: 16px;
  color: #f8ffff;
  line-height: 30px;
  text-align: right;
}
.copy-right {
  width: 100%;
  line-height: 62px;
  text-align: center;
  height: 62px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background: #474747;
}
.copy-right .wrap {
  display: flex;
  justify-content: space-between;
}
.copy-right .iconfont {
  color: #fff;
  font-size: 26px;
  position: relative;
}
.copy-right .iconfont:hover img {
  display: block;
}
.copy-right .iconfont img {
  width: 125px;
  height: 125px;
  position: absolute;
  top: -126px;
  left: -94px;
  display: none;
}
.copy-right a {
  color: #fff;
}
.ny-tip {
  height: 71px;
  background: #f8f8f8;
  font-size: 16px;
  color: #3a3a3a;
  display: flex;
  align-items: center;
}
.ny-tip a {
  color: #3a3a3a;
}
.ny-tip .iconfont {
  color: #707070;
  font-size: 26px;
  margin-right: 10px;
}
.common-left {
  width: 264px;
  margin-right: 45px;
  float: left;
  width: 257px;
  background: #ffffff;
  box-shadow: 6px 6px 49px 0px #ebebeb;
}
.common-left .tit {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  border-bottom: 1px solid #f3f5f8;
  padding: 0 20px;
}
.common-left .list {
  width: 100%;
  padding: 0 22px;
  box-sizing: border-box;
  padding-bottom: 25px;
  overflow-y: scroll;
  padding-top: 13px;
}
.common-left .list::-webkit-scrollbar {
  width: 0px;
  height: 5px;
}
.common-left .list::-webkit-scrollbar-thumb {
  background: #f0efef;
  border-radius: 5px;
}
.common-left .list::-webkit-scrollbar-track {
  /*滚动条轨道的样式*/
  background: #fff;
  border-radius: 5px;
}
.common-left .list .li.active .sub,
.common-left .list .li:hover .sub {
  display: block !important;
}
.common-left .list .li.active > a,
.common-left .list .li:hover > a {
  font-weight: bold;
  color: #be1313;
}
.common-left .list .li.active .icon-a-jianhao2 {
  display: block !important;
}
.common-left .list .li.active .icon-a-jiahao7 {
  display: none;
}
.common-left .list .li .icon-a-jianhao2 {
  display: none;
}
.common-left .list .li > a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 38px;
  color: #333;
}
.common-left .list .li > a .text {
  display: inline-block;
  width: 143px;
}
.common-left .list .li > a .iconfont {
  color: #333;
}
.common-left .list .li > a .icon-jianhao3 {
  font-weight: 200;
  display: none;
  font-size: 14px;
}
.common-left .list .li .sub {
  display: none;
}
.common-left .list .li .sub li {
  width: 100%;
  line-height: 38px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 0 18px;
  color: #555555;
}
.common-left .list .li .sub li .overflow1 {
  width: 130px;
  display: block;
}
.common-left .list .li .sub li.on {
  color: #be1313 !important;
}
.common-left .list .li .sub li.on a {
  color: #be1313 !important;
}
.common-left .list .li .sub li:hover {
  color: #be1313 !important;
}
.common-left .list .li .sub li:hover a {
  color: #be1313 !important;
}
.common-left .list .li .sub li:hover .iconfont {
  color: #be1313 !important;
}
.common-left .list .li .sub li a {
  display: flex;
  color: #333333 !important;
}
.common-left .list .li .sub li a .iconfont {
  color: #333;
}
.common-left .tel {
  padding: 0 15px;
  text-align: center;
}
.common-left .tel p:nth-child(1) {
  color: #be1313;
  font-size: 30px;
}
.common-left .tel p:nth-child(2) {
  font-size: 18px;
  color: #333333;
  margin-top: 7px;
}
.common-left .tel p:nth-child(3) {
  font-size: 24px;
  font-weight: bold;
  color: #be1313;
  margin-top: -3px;
}
.common-right {
  float: left;
  width: calc(100% - 311px);
}
.common-right .tit {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #eeeeee;
  height: 50px;
  line-height: 50px;
  margin-bottom: 40px;
  font-size: 16px;
  color: #3a3a3a;
}
.ny-prodeatil {
  margin-bottom: 88px;
  margin-top: 64px;
}
.ny-prodeatil .left .top-swiper {
  width: 528px;
  height: 370px;
  overflow: hidden;
}
.ny-prodeatil .left .top-swiper .swiper-slide {
  width: 528px;
  height: 370px;
}
.ny-prodeatil .left .top-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.ny-prodeatil .left .img-list {
  margin-top: 8px;
}
.ny-prodeatil .left .bottom-swiper {
  width: 450px;
  overflow: hidden;
  padding: 10px 0;
  margin-left: 16px;
}
.ny-prodeatil .left .bottom-swiper .swiper-slide-thumb-active img {
  border: 1px solid #be1313;
}
.ny-prodeatil .left .bottom-swiper img {
  width: 85px;
  height: 85px;
  object-fit: cover;
}
.ny-prodeatil .left .img-list {
  display: flex;
  background: #f8f8f8;
  width: 528px;
  box-sizing: border-box;
}
.ny-prodeatil .left .button {
  width: 29px;
  height: 104px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-prodeatil .left .button.iconfont {
  color: #666;
  font-size: 22px;
}
.ny-prodeatil .left .button.prev {
  transform: rotateY(180deg);
}
.ny-prodeatil .right {
  margin-left: 44px;
}
.ny-prodeatil .right .top-text p.title {
  font-size: 20px;
  color: #333333;
  line-height: 41px;
  margin-bottom: 25px;
  margin-top: -11px;
}
.ny-prodeatil .right .top-text p.class {
  font-size: 16px;
  color: #666666;
  line-height: 52px;
}
.ny-prodeatil .right .top-text .tel {
  height: 27px;
  font-size: 37px;
  font-weight: bold;
  color: #be1313;
  line-height: 34px;
  margin-top: 40px;
}
.ny-prodeatil .right .top-text .tel .iconfont {
  font-size: 34px;
  margin-right: 10px;
}
.ny-prodeatil .right .pro-mark {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.ny-prodeatil .right .pro-mark .remark {
  font-size: 16px;
  color: #666666;
  margin-right: 22px;
  margin-bottom: 10px;
}
.ny-prodeatil .right .pro-mark .lists {
  display: flex;
  flex-wrap: wrap;
}
.ny-prodeatil .right .pro-mark .lists > div {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.ny-prodeatil .right .pro-mark .lists > div:nth-child(1) {
  margin-right: 22px;
}
.ny-prodeatil .right .pro-mark .lists .iconfont {
  color: #be1313;
  font-size: 20px;
  margin-right: 5px;
}
.ny-prodeatil .contents {
  display: flex;
}
.ny-prodeatil .content-detail {
  margin-top: 65px;
}
.ny-prodeatil .content-detail .top-nav {
  width: 100%;
  height: 57px;
  background: #f8f8f8;
}
.ny-prodeatil .content-detail .top-nav .list {
  height: 100%;
  padding: 0 20px;
  background: #be1313;
  font-size: 18px;
  color: #ffffff;
  width: 208px;
  line-height: 57px;
  box-sizing: border-box;
}
.ny-prodeatil .content-detail .conts {
  margin-top: 35px;
}
.ny-product {
  margin-top: 56px;
  margin-bottom: 88px;
}
.ny-product .pro-list {
  margin-top: -32px;
}
.ny-product .pro-list > ul {
  flex-wrap: wrap;
}
.ny-product .pro-list > ul li {
  background: #fff;
  width: calc(33% - 31px);
  margin-right: 32px;
  margin-top: 32px;
}
.ny-product .pro-list > ul li:nth-child(3n + 1) {
  margin-left: 0;
}
.ny-product .pro-list > ul li:hover .text {
  background: #be1313;
  color: #fff;
}
.ny-product .pro-list > ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-product .pro-list > ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.ny-product .pro-list > ul li .img-wrap .img::before {
  content: '';
  display: block;
  padding-bottom: 70%;
}
.ny-product .pro-list > ul li .text {
  height: 68px;
  line-height: 68px;
  font-size: 16px;
  color: #333333;
  background: #ffffff;
  padding: 0 20px;
  box-shadow: 7px 11px 18px 0px #ebebeb;
}
.ny-product .pro-list > ul li .text .title {
  width: 80%;
}
.ny-product .pro-list > ul li .text span {
  position: absolute;
  width: 58px;
  height: 58px;
  background: #bf1313;
  border: 2px solid #ffffff;
  border-radius: 50%;
  font-size: 20px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 40px;
  right: 14px;
}
.ny-news {
  margin-bottom: 88px;
  margin-top: 56px;
}
.ny-news .new-list > ul {
  margin-top: -35px;
}
.ny-news .new-list > ul li {
  border-top: 1px solid #ededed;
  margin: 1px 0;
}
.ny-news .new-list > ul li:nth-child(1) {
  border-top: none;
}
.ny-news .new-list > ul li:nth-last-child(1) {
  border-bottom: 1px solid #ededed;
}
.ny-news .new-list > ul li:hover {
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px #f1f1f1;
  border: none;
  padding: 0 28px;
}
.ny-news .new-list > ul li:hover + li {
  border: none;
}
.ny-news .new-list > ul li:hover .text p:nth-child(2) {
  font-weight: bold;
  color: #bf1313;
}
.ny-news .new-list > ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-news .new-list > ul li a {
  display: flex;
  padding: 35px 0;
}
.ny-news .new-list > ul li .img-wrap {
  width: 29.7%;
  height: 228px;
  overflow: hidden;
}
.ny-news .new-list > ul li .img-wrap .img {
  width: 100%;
  height: 228px;
}
.ny-news .new-list > ul li .text {
  width: calc(70.2% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30px;
}
.ny-news .new-list > ul li .text p:nth-child(1) {
  font-size: 14px;
  color: #adadad;
}
.ny-news .new-list > ul li .text p:nth-child(2) {
  font-size: 20px;
  color: #151515;
  margin-top: 15px;
}
.ny-news .new-list > ul li .text p:nth-child(3) {
  font-size: 16px;
  color: #828282;
  line-height: 24px;
  margin-top: 15px;
}
.ny-news .new-list > ul li .text p:nth-child(4) {
  font-size: 14px;
  color: #bf1313;
  margin-top: 40px;
  display: flex;
}
.ny-news .new-list > ul li .text p:nth-child(4) .iconfont {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
  z-index: 10000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  width: 35px;
  height: 46px;
  background: url('../images/banner_tip_03.png') no-repeat center;
  animation: yunMove2 1s infinite;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
  z-index: 100000;
  left: 28px;
  top: 50%;
  height: 42px;
  transform: translateY(-50%);
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  background: #b5b5b5;
  width: 8px;
  height: 8px;
  background: #dcdcdc;
  margin-bottom: 10px;
}
.banner .hd li:nth-last-child(1) {
  margin-bottom: 0;
}
.banner .hd li.on {
  background: #be1313;
}
.ny-banner {
  height: 485px;
  padding-top: 104px;
}
.ny-banner img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ny-com-nav {
  font-size: 14px;
  color: #333333;
  height: 72px;
  line-height: 72px;
  border-bottom: 1px dashed #eeeeee;
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}
.ny-com-nav a {
  margin: 0 5px;
}
.ny-com-nav .line {
  width: 9px;
  height: 17px;
  background: #333333;
  display: block;
  margin-right: 12px;
}
.ny-page {
  margin-bottom: 88px;
  margin-top: 64px;
}
.ny-contact {
  margin-top: 64px;
  margin-bottom: 88px;
}
.ny-contact .conts {
  display: flex;
  padding: 20px;
  background: #fafafa;
}
.ny-contact .conts .left {
  width: 60%;
}
.ny-contact .conts .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-contact .conts .right {
  width: calc(40% - 33px);
  margin-left: 33px;
}
.ny-contact .conts .right .tel {
  height: 120px;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
}
.ny-contact .conts .right .tel p:nth-child(1) {
  font-family: Arial;
  font-weight: 400;
  color: #333333;
  padding-top: 20px;
}
.ny-contact .conts .right .tel p:nth-child(2) {
  font-size: 40px;
  font-weight: bold;
  color: #be1313;
}
.ny-contact .conts .right .cont-details .company-name {
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  color: #3e3e3e;
  margin-top: 15px;
  line-height: 28px;
  word-break: break-all;
}
.ny-contact .conts .right .cont-details .contact-tel {
  font-size: 14px;
  color: #3e3e3e;
  line-height: 29px;
  margin-top: 15px;
  word-break: break-all;
}
.message {
  margin-top: 50px;
  box-sizing: border-box;
  color: #999999;
}
.message h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.message .en {
  font-size: 12px;
  color: #999999;
}
.message .input {
  display: flex;
  margin-top: 15px;
}
.message .input > div {
  width: calc(33% - 14px);
}
.message .input > div input {
  height: 100%;
  border: none;
  outline: none;
  margin-top: 14px;
  width: 100%;
  height: 45px;
  padding-left: 15px;
  box-sizing: border-box;
  background: #f7f7f7;
}
.message .input > div:nth-child(1),
.message .input > div:nth-child(2) {
  margin-right: 27px;
}
.message .input > div span {
  display: block;
  font-size: 14px;
  color: #666;
}
.message .input > div span i {
  color: #ff6731;
  margin-left: 3px;
}
.message .text-area {
  margin-top: 25px;
  width: 100%;
  height: 143px;
  box-sizing: border-box;
}
.message .text-area span {
  display: block;
  font-size: 14px;
  color: #666;
}
.message .text-area textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  background: #f7f7f7;
}
.message .btn-group {
  display: flex;
  justify-content: flex-start;
  margin-top: 70px;
}
.message .btn {
  width: 127px;
  height: 41px;
  background: #be1313;
  line-height: 41px;
  color: #fff;
  text-align: center;
}
.message .reset {
  width: 127px;
  height: 41px;
  background: #f4f4f4;
  color: #999999;
  line-height: 41px;
  text-align: center;
  margin-left: 26px;
}
.message-btn {
  width: 224px;
  height: 57px;
  background: #ff6731;
  border-radius: 10px;
  opacity: 1;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ny-title {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  color: #282828;
  font-size: 12px;
  justify-content: space-between;
  margin: 20px auto;
}
.ny-title span {
  color: #14997e;
  display: inline;
}
.ny-about {
  margin-top: 56px;
  margin-bottom: 88px;
}
.ny-about .cont {
  margin-top: 45px;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 88px;
}
/*悬浮*/
.float {
  width: 60px;
  position: fixed;
  right: 0px;
  transition: all 0.5s;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  background: #222;
  border-radius: 10px !important;
}
.float ul li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ffffff38;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.float ul li:nth-last-child(1) {
  border-bottom: none;
}
.float ul li:hover {
  background: #be1313;
}
.float ul li span {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  text-align: center;
}
.float ul li.phone {
  display: flex;
  position: relative;
}
.float ul li.phone:hover .number {
  right: 60px;
}
.float ul li.phone .number {
  transition: all 0.3s linear;
  position: absolute;
  right: -300px;
  padding: 0 15px;
  background: #be1313;
  font-size: 18px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  z-index: -1;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 26px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.erw {
  position: relative;
}
.erw:hover .wx {
  display: block;
}
.float ul li .wx {
  position: absolute;
  width: 87px;
  height: 87px;
  border-radius: 4px;
  right: 65px;
  overflow: hidden;
  top: -15px;
  padding-bottom: 0;
  transition: all 0.5s;
  display: none;
}
.float ul li .wx img {
  width: 100%;
  height: 100%;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  margin-top: 30px;
}
.detail .title {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #be1313;
}
.ny-download {
  margin-top: 64px;
  margin-bottom: 88px;
}
.ny-download .lists > ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-download .lists > ul li {
  width: calc(50% - 15px);
  height: 89px;
  margin-left: 27px;
  border: 1px solid #f2f2f2;
  padding: 24px 25px;
  margin-bottom: 28px;
  box-sizing: border-box;
}
.ny-download .lists > ul li:nth-last-child(1),
.ny-download .lists > ul li:nth-last-child(2) {
  margin-bottom: 0;
}
.ny-download .lists > ul li:hover {
  border: none;
  box-shadow: 0px 1px 21px 0px rgba(224, 224, 224, 0.35);
}
.ny-download .lists > ul li:hover a > div:nth-child(3) {
  background: #be1313;
}
.ny-download .lists > ul li:hover a > div:nth-child(3) span {
  color: #fff;
}
.ny-download .lists > ul li:nth-child(2n + 1) {
  margin-left: 0;
}
.ny-download .lists > ul li a {
  display: flex;
  align-items: center;
}
.ny-download .lists > ul li a > div:nth-child(1) span {
  color: #ffbb63;
  font-size: 50px;
}
.ny-download .lists > ul li a > div:nth-child(2) {
  margin-left: 10px;
  margin-top: 5px;
  width: 60%;
}
.ny-download .lists > ul li a > div:nth-child(2) p:nth-child(1) {
  font-size: 16px;
  color: #333;
  width: 195px;
}
.ny-download .lists > ul li a > div:nth-child(2) p:nth-child(2) {
  font-size: 12px;
  color: #b4aeae;
}
.ny-download .lists > ul li a > div:nth-child(3) {
  width: 47px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #f2f3f5;
  border-radius: 12px;
  margin-left: 70px;
}
.ny-download .lists > ul li a > div:nth-child(3) span {
  color: #7e858c;
  font-size: 20px;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0 0;
}
.paging li {
  height: 57px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 57px;
  height: 57px;
  line-height: 57px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  color: #242422;
  font-size: 14px;
  border: 1px solid #e2e2e2;
}
.paging li.active a,
.paging li:hover a {
  background: #be1313 !important;
  color: #fff !important;
}
.paging li.active a a,
.paging li:hover a a {
  color: #fff !important;
}
.paging li.active a span,
.paging li:hover a span {
  color: #fff !important;
}
.paging li span {
  color: #737373;
}
.paging li.prev {
  transform: rotate(180deg);
}
.paging li.prev span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.paging li.next span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
@media screen and (max-width: 1680px) {
  .ny-prodeatil .left .top-swiper {
    width: 460px;
  }
  .service .bd ul li::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 35px 35px;
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 100000;
    border-color: #f4f4f4 transparent #f4f4f4 transparent;
  }
  .ny-prodeatil .right .top-text p.title {
    margin-bottom: 12px;
  }
  .ny-prodeatil .right .top-text .tel {
    margin-top: 18px;
  }
  .ny-prodeatil .left .img-list {
    width: 460px;
    height: 93px;
  }
  .ny-prodeatil .left .bottom-swiper img {
    width: 72px;
    height: 72px;
  }
  .ny-prodeatil .left .button {
    height: 93px;
  }
  .ny-product .pro-list ul li .text span {
    width: 51px;
    height: 52px;
    background: #bf1313;
    border: 2px solid #ffffff;
    border-radius: 50%;
    font-size: 20px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 52px;
    right: 14px;
  }
  .ny-product .pro-list ul li .text {
    padding: 0 15px;
  }
}
@-webkit-keyframes yunMove2 {
  0% {
    margin-bottom: -5px;
  }
  100% {
    margin-bottom: 5px;
  }
}
@keyframes yunMove2 {
  0% {
    margin-bottom: -5px;
  }
  100% {
    margin-bottom: 5px;
  }
}
.fluxslider .images {
  position: static !important;
}
.fluxslider {
  position: static !important;
}
.fluxslider .surface {
  position: static !important;
}
.fluxslider .images > div {
  background-position-x: center !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.fluxslider .images {
  position: static !important;
}
.fluxslider {
  position: static !important;
}
.fluxslider .surface {
  position: static !important;
}
.fluxslider .images > div {
  background-position-x: center !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.ny-page table,
.ny-detail table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ny-page img {
  max-width: 100%;
  height: auto !important;
}

.ny-contact .about-content .map img {
  width: 100%;
  height: auto !important;
}
.ny-detail img {
  max-width: 100%;
  height: auto !important;
}
